84ac671cee36b8ffbdb46428aa19ea4b51530ad9
[git-annex.git] /
1 If there's a git remote named "foo", and a special remote with the same
2 name, `git annex enableremote foo` just prints "ok" and silently does
3 nothing.
4
5 Perhaps worse, passing enableremote the uuid of the special remote causes
6 it to *modify* the same named git remote's config, adding/replacing
7 annex-uuid and adding whatever other git configs the special remote uses.
8 --[[Joey]]
9
10 (initremote does check if there's already a remote with the same name, and
11 refuses to overwrite it).
12
13 > [[fixed|done]] --[[Joey]]